home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / gettext / intl / libintl.rc < prev    next >
Encoding:
Text File  |  2010-09-19  |  1.7 KB  |  39 lines

  1. /* Resources for intl.dll */
  2.  
  3. #include <winver.h>
  4.  
  5. VS_VERSION_INFO VERSIONINFO
  6.  FILEVERSION PACKAGE_VERSION_MAJOR,PACKAGE_VERSION_MINOR,PACKAGE_VERSION_SUBMINOR,0
  7.  PRODUCTVERSION PACKAGE_VERSION_MAJOR,PACKAGE_VERSION_MINOR,PACKAGE_VERSION_SUBMINOR,0
  8.  FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
  9. #ifdef _DEBUG
  10.  FILEFLAGS 0x1L  /* VS_FF_DEBUG */
  11. #else
  12.  FILEFLAGS 0x0L
  13. #endif
  14.  FILEOS 0x10004L  /* VOS_DOS_WINDOWS32 */
  15.  FILETYPE 0x2L  /* VFT_DLL */
  16.  FILESUBTYPE 0x0L  /* VFT2_UNKNOWN */
  17. BEGIN
  18.     BLOCK "StringFileInfo"
  19.     BEGIN
  20.         BLOCK "04090000"  /* Lang = US English, Charset = ASCII */
  21.         BEGIN
  22.             VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\0"
  23.             VALUE "CompanyName", "Free Software Foundation\0"
  24.             VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
  25.             VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
  26.             VALUE "InternalName", "intl.dll\0"
  27.             VALUE "LegalCopyright", "Copyright (C) 1995-2010\0"
  28.             VALUE "LegalTrademarks", "\0"
  29.             VALUE "OriginalFilename", "intl.dll\0"
  30.             VALUE "ProductName", "libintl: accessing NLS message catalogs\0"
  31.             VALUE "ProductVersion", PACKAGE_VERSION_STRING "\0"
  32.         END
  33.     END
  34.     BLOCK "VarFileInfo"
  35.     BEGIN
  36.         VALUE "Translation", 0x0409, 0  /* US English, ASCII */
  37.     END
  38. END
  39.